UInt32NINumericUInt32NAdd Method

Computes the sum of the current value and the specified value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt32N INumeric<UInt32N>.Add(
	UInt32N value
)

Parameters

value  UInt32N
The value to add to the current value.

Return Value

UInt32N
The sum of the current value and value.

Implements

INumericTSelfAdd(TSelf)

See Also